﻿/*2018年4月19日 长春首家科技有限公司  美工孙洋洋 开始制作*/

* {
    margin:0px;
    padding:0px;
    /*-moz-user-select:none;不可复制拖动文本，只支持火狐*/
}

html {
    padding:0px;
	font-family:"Microsoft YaHei";
	font-size:16px;
	overflow-x:hidden;
}

body {
    margin:0px;
    padding:0px;
    background: #fff;
	position: relative;
	height: 100%;
	width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 表单元素不继承父级 */
body,button,input,select,textarea {
	font-family:"Microsoft YaHei";
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
dl,dt,dd{
	 list-style:none;
}

fieldset,img {
    border:none;
}


ol,ul,li {
    list-style:none;
}

/* 标题自定义 */
h1,h2,h3,h4,h5,h6 {
    font-weight:900;
	font-size:20px;
}


a{
	font-family:"Microsoft YaHei";
	text-decoration: none;
	font-size:14px;
	color:#333;
    cursor: pointer;
}
a:hover {
    text-decoration:none;
	color:#cc0000;
}
span{
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#333;
}
span a {
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#333;
}
span a {
	color:#333333;
}
font{
	font-family:"Microsoft YaHei";
	font-size:14px;
	color: #333;
}



/* 清除浮动 */
.tl_clearfix {
	width: 100%;
	display: table;
    zoom:1; /* for ie6 & ie7 */
}
.tl_clear {
    height:0px;
    line-height:0px;
    font-size:0px;
    overflow:hidden;
    display:none;
    clear:both;
}
/* 显示和隐藏 */
.tl_hide {
    display:none;
}
.tl_block {
    display:block;
}
.tl_left {
    float:left;
}
.tl_right {
    float:right;
}
.red{
    color: #f00;
}
.w1200{
	width: 1170px;
	margin: 0 auto;
}
.mr_top{
	margin-top:20px;
}